home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / eo.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  239 b   |  14 lines

  1. global gGizmo
  2.  
  3. on mouseUp
  4.   set currentFrame to the frame
  5.   detectLeftBtnClicks(gGizmo)
  6.   if the frame = currentFrame then
  7.     if tellEOLegendState(gGizmo) then
  8.       turnLegend(#on)
  9.     else
  10.       turnLegend(#off)
  11.     end if
  12.   end if
  13. end
  14.